diff options
| author | real-zephex <[email protected]> | 2024-05-11 09:15:12 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-11 09:15:12 +0530 |
| commit | b69507f771d09ac07f679c8eabf420e7558f9b7c (patch) | |
| tree | 92d73713cc03b7bdf3e3f07c0f95b116b0aae121 /src/app/anime/[id]/page.jsx | |
| parent | adjustments to the cache system (diff) | |
| download | dramalama-b69507f771d09ac07f679c8eabf420e7558f9b7c.tar.xz dramalama-b69507f771d09ac07f679c8eabf420e7558f9b7c.zip | |
some minor fixes
Diffstat (limited to 'src/app/anime/[id]/page.jsx')
| -rw-r--r-- | src/app/anime/[id]/page.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/anime/[id]/page.jsx b/src/app/anime/[id]/page.jsx index edd100a..f107313 100644 --- a/src/app/anime/[id]/page.jsx +++ b/src/app/anime/[id]/page.jsx @@ -24,6 +24,7 @@ const AnimeInfoHomepage = async ({ params }) => { width={200}
height={300}
alt="Anime Poster"
+ priority
/>
<div>
<p className={styles.animeTitle}>
|